Get<TService>() Method

Summary
Returns a service of a specific type.
Syntax
C#
VB
C++
public TService Get<TService>() 
  
Public Overloads Function Get(Of TService)() As TService 
public: 
_TService^_ Getgeneric<typename TService> 
();  

Type Parameters

TService
The type of the service to return.

Return Value

A service object of the requested type. Null if the service does not exists.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.